Motion Blur
-----------

-) Install the CG Toolkit (Install/Cg-2.2_October2009_Setup.exe)
-) Go to "Source", and open the "MotionBlur.sln" file.
-) Build the solution (should build without problems in VS 2008)
-) Set the root-directory as your working directory (there must a folder named "Data", containing the necessary shaders)
-) Upon starting the program, you should see a donut rotating around its y-axis

Task: implement motion blur in the shaders
-) The shaders responsible for performing the motion blur can be found in the "Data"-directory
-) Implement the TODOs described in both shaders
-) After successfully implementing the TODOs, motion blur should be visible on the rendered donut